<Code Lib>
2020 Method
Changes 0
M

Element.CanHaveTypeAssigned(Document, ICollection<ElementId>)

Description:
Checks if all elements in the set can have a type assigned.
Overloads (2):
CanHaveTypeAssigned(Document,ICollection[ElementId])

public static bool CanHaveTypeAssigned(
	Document document,
	ICollection<ElementId> elementIds
)

Return Value bool True if all elements in the set can have a type assigned, false otherwise.

Loading…